home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1068 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  935 b 

  1. Date: Tue, 22 Feb 1994 21:49:05 -0500
  2. From: "Nicholas S Castellano" <entropy@terminator.rs.itd.umich.edu>
  3. To: mint@terminator.rs.itd.umich.edu
  4. Subject: Bug in the mint lib: tcflush.c
  5.  
  6.  
  7. Please be aware that there's a potentially nasty bug in the current
  8. mintlibs.  In the tcflush() function, the flushtype should be passed
  9. to Fcntl() by reference instead of by value.
  10.  
  11. This bug should only affect mint 1.10 and greater, as previous
  12. versions didn't have my patch to make TIOCFLUSH versatile enough to
  13. handle the tcflush() function.
  14.  
  15. This will be fixed in the next release, which is almost ready.
  16. If you really need tcflush() right now, stick a & in front of the
  17. flushtype, where's its passed to Fcntl() and recompile.
  18.  
  19. Cheers,
  20. entropy
  21.  
  22. --
  23. entropy -- it's not just a good idea, it's the second law.
  24. Personal mail:      entropy@gnu.ai.mit.edu
  25. MiNT library mail:  entropy@terminator.rs.itd.umich.edu
  26. "what do you have against octal?" -jrb
  27.  
  28.